Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: add helpers module #6

Merged
merged 1 commit into from
Dec 4, 2023
Merged

FEAT: add helpers module #6

merged 1 commit into from
Dec 4, 2023

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Dec 4, 2023

Makes several of the functions used in this conf.py file available under the sphinx_api_relink.helpers module. They can be used in your conf.py as follows:

from sphinx_api_relink.helpers import (
    get_branch_name,
    get_execution_mode,
    get_package_version,
    pin,
    pin_minor,
    set_intersphinx_version_remapping,
)

@redeboer redeboer added the ✨ Feature New feature added to the package label Dec 4, 2023
@redeboer redeboer self-assigned this Dec 4, 2023
@redeboer redeboer enabled auto-merge (squash) December 4, 2023 15:28
@redeboer redeboer merged commit 429cbdb into main Dec 4, 2023
8 checks passed
@redeboer redeboer deleted the helper-functions branch December 4, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature added to the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant